home *** CD-ROM | disk | FTP | other *** search
- >>
-
- +>
-
- set layout right_margin %d;%s
-
-
-
-
-
- select tablename, tabletype from tables where (tablecode < 100 OR tablecode > 999) order by tablename;
-
- select colname,colsize,nullallowed,datatype,precision,scale from columns where tablename = '^0' and colclass = 'U';
-
- *** ERROR
-
- *** WARNING
-
-
-
-
-
- create table ^0 (^1);
-
- ^0 ^1^2
-
- drop table ^0;
-
-
-
- select count(*) from ^1;
-
- select distinct ^0 from ^1 ;
-
- update ^0 set ^1 where ^2;
-
- insert into ^0 (^1) values (^2);
-
- delete from ^0 where ^2;
-
-
-
- UPSHIFT
-
-